Click or drag to resize

PdfBitmap Properties

The PdfBitmap type exposes the following members.

Properties
Name Description
Public property ActiveFrame
Gets or sets the active frame of the bitmap.
(Overrides PdfImage ActiveFrame .)
Public property FrameCount
Gets the number of frames in the bitmap.
(Overrides PdfImage FrameCount .)
Public property Height
Gets the height of the image in pixels.
(Inherited from PdfImage .)
Public property HorizontalResolution
Gets the horizontal resolution, in pixels per inch, of this Image.
(Inherited from PdfImage .)
Public property Mask
Gets or sets the mask of bitmap.
Public property PhysicalDimension
Returns the size of the image in points.
(Inherited from PdfImage .)
Public property PngDirectToJpeg
If True, png direct convert to Jpx and no mask.
(Inherited from PdfImage .)
Public property Quality
Gets or sets the quality. The range is from 0 to 100, 100 is the best quality.
Public property VerticalResolution
Gets the vertical resolution, in pixels per inch, of this Image.
(Inherited from PdfImage .)
Public property Width
Gets the width of the image in pixels.
(Inherited from PdfImage .)
Top
See Also