PreviousSectionProperties.PageSize Property
Page Size.Represents the element tag in schema: w:pgSz
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property PageSize As PageSize
Get
Set
'使用
Dim instance As PreviousSectionProperties
Dim value As PageSize
value = instance.PageSize
instance.PageSize = value
public PageSize PageSize { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.PageSize
Returns PageSize.
See Also
Reference
PreviousSectionProperties Class