You are viewing limited content. For full access, please sign in.

Question

Question

Use of LFBitmapAnnotation

SDK
asked on March 1, 2018

Hello,

Looking for assistance with applying a bitmap image on a page.

 

Dim LFBitmapAnn as LFBitmapAnnotation = oPage.AddAnnotation(Annotation_Type.ANN_BITMAP)

0 0

Replies

replied on March 1, 2018

What are you trying to do exactly? import a bitmap file as a stamp? create a dynamic stamp?

0 0
replied on March 1, 2018

Robert,

 

I did see your example of importing an external image as a stamp.  Though I may run into a limit on size / bit depth.  Wanted to try and use LFBitmapAnnotation 

Wasn't sure how to reference that LFBitmapAnn.Bitmap object 

 

Use case is a Watermark..

0 0
replied on March 1, 2018

The LFBitmapAnn.Bitmap property is the byte array containing the stamp data. If you are using a bitmap file from disk, strip off the bitmap header which is the first 14 bytes.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.