←Select platform

DefaultPageSize Property

Summary

Default page size of this document.

Syntax
C#
VB
C++
Java
public LeadSizeD DefaultPageSize { get; set; } 
Public Property DefaultPageSize() As LeadSizeD 
   Get 
   Set 
public:  
   property LeadSizeD^ DefaultPageSize 
   { 
      LeadSizeD^ get() 
      void set(LeadSizeD^ value) 
   } 
public LeadSizeD getDefaultPageSize() 
public void setDefaultPageSize(LeadSizeD value) 

Property Value

The default page size of this document. Default value depends on how this document was created. This value cannot be Empty.

Remarks

DefaultPageSize is in document units, refer to Document Library Coordinate System for more information.

DocumentPage.SetImage can be called to set a new raster image for the page. The page Size and Resolution will be updated from the image parameter passed. If the image passed was null, then the document uses the values of DefaultPageSize and DefaultResolution as the new Size and Resolution respectively.

DefaultResolution is also used by the methods used to convert between document units and pixels, refer to Document Library Coordinate System for more information.

The initial values of DefaultPageSize and DefaultResolution is as follows:

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.Document Assembly

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