←Select platform

MultiPageUseSheetWidth Property

Summary

Indicates whether to use the full sheet when rasterizing or converting the sheet.

Syntax
C#
VB
C++
public bool MultiPageUseSheetWidth { get; set; } 
Public Property MultiPageUseSheetWidth() As Boolean 
   Get 
   Set 
public:  
   property bool MultiPageUseSheetWidth 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to use the full sheet when rasterizing or converting the sheet; otherwise, false. The default value is false.

Remarks

If this property is set, then the sheet will be rasterized or converted based on the full sheet width and the value in CodecsRasterizeDocumentLoadOptions.PageWidth is ignored. Only CodecsRasterizeDocumentLoadOptions.PageHeight is used.

This property is only used when the value of MultiPageSheet is set to true.

Example

For an example, refer to CodecsXlsLoadOptions.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.