ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPrintOptions Class / PaperHeight Property




In This Topic
    PaperHeight Property
    In This Topic
    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