- pageIndex
- Specify the page index. This is a zero-based index.
Visual Basic (Declaration) | |
---|---|
Public Function GetDefaultFillMethod( _ ByVal pageIndex As Integer _ ) As RasterDocumentFillMethod |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterDocumentFillMethod GetDefaultFillMethod( int pageIndex ) |
C++/CLI | |
---|---|
public: RasterDocumentFillMethod GetDefaultFillMethod( int pageIndex ) |
Parameters
- pageIndex
- Specify the page index. This is a zero-based index.
Return Value
A RasterDocumentFillMethod value that specifies the default fill method for the specified page.The detected fill method.
Visual Basic | Copy Code |
---|---|
Public Sub GetDefaultFillMethodExample() |
C# | Copy Code |
---|---|
public void GetDefaultFillMethodExample() |
Gets the global fill method for all zones in the specified page.
The method only looks into zones with the RasterDocumentFillMethod.Default value in their RasterDocumentZoneData.FillMethod property.
For more information, refer to Working with Pages.
The method only looks into zones with the RasterDocumentFillMethod.Default value in their RasterDocumentZoneData.FillMethod property.
For more information, refer to Working with Pages.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family