Visual Basic (Declaration) | |
---|---|
Public Property MultiPageSheet As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool MultiPageSheet {get; set;} |
Return Value
Depending on the current rasterization options set with CodecsRasterizeDocumentLoadOptions, the result physical render size of the page can hold more than one sheet. If the value of MultiPageSheet is set to true, then as many sheets as possible will be rendered on the same page if the size permits. Otherwise, exactly one sheet per page will be used.
Notice that if the sheet size is larger than the page size specified by the user, the sheet will be cropped regardless of the setting of this property.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family