VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DocumentLayoutSettings Class / GetPageLayoutSettings(Int32) Method
Syntax Requirements SeeAlso
In This Topic
GetPageLayoutSettings(Int32) Method (DocumentLayoutSettings)
In This Topic
Returns page layout settings for specified page.
Syntax
'Declaration

Public Overridable Function GetPageLayoutSettings( _
ByVal pageIndex
The zero-based page index.
As System.Int32 _
) As PageLayoutSettings
public virtual PageLayoutSettings GetPageLayoutSettings(
System.Int32 pageIndex
)

Parameters

pageIndex
The zero-based page index.

Return Value

Page layout settings for specified page.
Requirements

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

See Also