Leadtools.Codecs Namespace > CodecsDocumentImageInfo Class : PageHeight Property |
public double PageHeight {get;}
'Declaration Public ReadOnly Property PageHeight As Double
'Usage Dim instance As CodecsDocumentImageInfo Dim value As Double value = instance.PageHeight
public double PageHeight {get;}
@property (nonatomic, assign, readonly) double pageHeight;
get_PageHeight();
The logical width and height of the document is the original size before rasterization. LEADTOOLS usually returns the logical size in inches.
The PageWidth, PageHeight and Unit properties are only valid if the value of IsDocumentFile is true.