ImageGear .NET v25.0 - Updated
PaperHeight Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPrintOptions Class : PaperHeight Property
Gets or sets a height of paper in points.
Syntax
'Declaration
 
Public Property PaperHeight As UShort
'Usage
 
Dim instance As ImGearPDFPrintOptions
Dim value As UShort
 
instance.PaperHeight = value
 
value = instance.PaperHeight
public ushort PaperHeight {get; set;}
public: __property ushort get_PaperHeight();
public: __property void set_PaperHeight( 
   ushort value
);
public:
property ushort PaperHeight {
   ushort get();
   void set (    ushort value);
}

Property Value

Ushort value.
See Also

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members