Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.ContentSizing Property

Defines the resizing method used to fit the contents within the page.

Syntax

Get

VB.NETStyle = object.ContentSizing As SftPrintPreviewContentSizingConstants
VBStyle = object.ContentSizing As SftPrintPreviewContentSizingConstants
C#.NETSftPrintPreviewContentSizingConstants Style = object.ContentSizing;
VC++enum SftPrintPreviewContentSizingConstants Style = object->ContentSizing;
enum SftPrintPreviewContentSizingConstants Style = object->GetContentSizing();
CHRESULT object->get_ContentSizing(enum SftPrintPreviewContentSizingConstants* Style);

Put

VB.NETobject.ContentSizing = Style As SftPrintPreviewContentSizingConstants
VBobject.ContentSizing = Style As SftPrintPreviewContentSizingConstants
C#.NETSftPrintPreviewContentSizingConstants object.ContentSizing = Style;
VC++enum SftPrintPreviewContentSizingConstants object->ContentSizing = Style;
void object->PutContentSizing(enum SftPrintPreviewContentSizingConstants Style);
CHRESULT object->put_ContentSizing(enum SftPrintPreviewContentSizingConstants Style);

object

A SftPrintPreview object.

Style

Defines the resizing method used to fit the contents within the page.

NameValueDescription
sizingSftPrintPreviewExact0As-is
sizingSftPrintPreviewShrinkToFit1Shrink To Fit
sizingSftPrintPreviewEnlargeToFit2Enlarge To Fit
sizingSftPrintPreviewFit3Shrink/Enlarge To Fit

Comments

The ContentSizing property defines the resizing method used to fit the contents within the page.

This property is not used by SftPrintPreview/OCX and is available for application-generated output formatting.

See Also SftPrintPreview Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.