Click or drag to resize

PdfMetafile Properties

The PdfMetafile type exposes the following members.

Properties
Name Description
Public property ActiveFrame
Gets or sets the active frame of the image.
(Inherited from PdfImage .)
Public property FrameCount
Gets the number of frames in the image.
(Inherited from PdfImage .)
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 PageScale
Gets or sets the page scale.
Public property PageUnit
Gets or sets the page unit.
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.
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