Intersoft ClientUI Documentation
PageSize Property (XPSDocument)



Gets or sets the uniform size of all the pages in the document
Syntax
Public Overrides Property PageSize As Size
Dim instance As XPSDocument
Dim value As Size
 
instance.PageSize = value
 
value = instance.PageSize
public override Size PageSize {get; set;}
public:
property Size PageSize {
   Size get() override;
   void set (    Size value) override;
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XPSDocument Class
XPSDocument Members

Send Feedback