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




In This Topic
    PaperWidth Property
    In This Topic
    Gets or sets a width of paper in points.
    Syntax
    'Declaration
     
    Public Property PaperWidth As UShort
    'Usage
     
    Dim instance As ImGearPDFPrintOptions
    Dim value As UShort
     
    instance.PaperWidth = value
     
    value = instance.PaperWidth
    public ushort PaperWidth {get; set;}
    public: __property ushort get_PaperWidth();
    public: __property void set_PaperWidth( 
       ushort value
    );
    public:
    property ushort PaperWidth {
       ushort get();
       void set (    ushort value);
    }

    Property Value

    Ushort value.
    See Also