HtmlPrintDocumentSource.ShrinkToFit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets and sets a value that controls whether content shrinks to fit the document source.
public:
property bool ShrinkToFit { bool get(); void set(bool value); };
bool ShrinkToFit();
void ShrinkToFit(bool value);
public bool ShrinkToFit { get; set; }
var boolean = htmlPrintDocumentSource.shrinkToFit;
htmlPrintDocumentSource.shrinkToFit = boolean;
Public Property ShrinkToFit As Boolean
Property Value
Boolean
bool
A Boolean value that indicates whether content shrinks to fit the document source. TRUE indicates content shrinks to fit and FALSE otherwise. This property is ignored if the PercentScale property is set.