HtmlPrintDocumentSource.ShrinkToFit Property

Definition

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.

Applies to