|
|
|
|
|
SftPrintPreview.ContentSizing Property |
Defines the resizing method used to fit the contents within the page.
Syntax
|
VB.NET |
Style = object.ContentSizing As SftPrintPreviewContentSizingConstants |
||
|
VB |
Style = object.ContentSizing As SftPrintPreviewContentSizingConstants |
||
|
C#.NET |
SftPrintPreviewContentSizingConstants Style = object.ContentSizing; |
||
|
VC++ |
enum SftPrintPreviewContentSizingConstants Style = object->ContentSizing;
|
||
|
C |
HRESULT object->get_ContentSizing(enum SftPrintPreviewContentSizingConstants* Style); |
||
|
Delphi |
Style := object.ContentSizing : TOleEnum; |
||
|
VB.NET |
object.ContentSizing = Style As SftPrintPreviewContentSizingConstants |
||
|
VB |
object.ContentSizing = Style As SftPrintPreviewContentSizingConstants |
||
|
C#.NET |
SftPrintPreviewContentSizingConstants object.ContentSizing = Style; |
||
|
VC++ |
enum SftPrintPreviewContentSizingConstants object->ContentSizing = Style;
|
||
|
C |
HRESULT object->put_ContentSizing(enum SftPrintPreviewContentSizingConstants Style); |
||
|
Delphi |
object.ContentSizing := Style : TOleEnum; |
||
object
A SftPrintPreview object.
Style
Defines the resizing method used to fit the contents within the page.
|
Name |
Value |
Description |
|
0 |
As-is |
|
|
1 |
Shrink To Fit |
|
|
2 |
Enlarge To Fit |
|
|
3 |
Shrink/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.