ImageGear .NET v25.0 - Updated
ShrinkToFit Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPrintOptions Class : ShrinkToFit Property
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

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members