VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Docx Namespace / DocxDocumentEditor Class / GetPageSize(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    GetPageSize(Int32) Method (DocxDocumentEditor)
    In This Topic
    Returns the page size defined in specified section.
    Syntax
    'Declaration
    
    Public Function GetPageSize( _
    ByVal sectionIndex
    The zero-based index of section, where information about page size must be searched.
    As System.Int32 _
    ) As System.Drawing.Size
    public System.Drawing.Size GetPageSize(
    System.Int32 sectionIndex
    )
    public: System.Drawing.Size* GetPageSize(
    System.Int32 sectionIndex
    )
    public:
    System.Drawing.Size^ GetPageSize(
    System.Int32 sectionIndex
    )

    Parameters

    sectionIndex
    The zero-based index of section, where information about page size must be searched.

    Return Value

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also