AnnotationDocumentPaginator.PageSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the suggested width and height of each page.
public:
virtual property System::Windows::Size PageSize { System::Windows::Size get(); void set(System::Windows::Size value); };
public override System.Windows.Size PageSize { get; set; }
member this.PageSize : System.Windows.Size with get, set
Public Overrides Property PageSize As Size
Property Value
The suggested width and height for formatting pages.
Remarks
PageSize gets or sets the suggested size for formatting pages. Use the Size property to get the actual size of the page (if it is required the actual size may be cropped from the suggested PageSize).
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.