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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.