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




In This Topic
    ShrinkToFit Property
    In This Topic
    Gets or sets a value indicating whether shrinking to fit is on.
    Syntax
    'Declaration
     
    Public Property ShrinkToFit As Boolean
    'Usage
     
    Dim instance As ImGearPDFPrintOptions
    Dim value As Boolean
     
    instance.ShrinkToFit = value
     
    value = instance.ShrinkToFit
    public bool ShrinkToFit {get; set;}
    public: __property bool get_ShrinkToFit();
    public: __property void set_ShrinkToFit( 
       bool value
    );
    public:
    property bool ShrinkToFit {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also