Field Constructor
Initializes a new instance of the Field
class.
Namespace:
MichaelBrandonMorris.PdfConversionAndTimeStampToolAssembly: MichaelBrandonMorris.PdfConversionAndTimeStampTool (in MichaelBrandonMorris.PdfConversionAndTimeStampTool.exe)
Syntax
internal Field( string name, int leftX, int topY, int rightX, int bottomY, FieldPages pages, IEnumerable<int> customPageNumbers )
Friend Sub New ( _ name As String, _ leftX As Integer, _ topY As Integer, _ rightX As Integer, _ bottomY As Integer, _ pages As FieldPages, _ customPageNumbers As IEnumerable(Of Integer) _ )
internal: Field( String^ name, int^ leftX, int^ topY, int^ rightX, int^ bottomY, FieldPages^ pages, IEnumerable<int^>^ customPageNumbers )
Parameters
- name
- Type: String
The name.
- leftX
- Type: Int32
The left x.
- topY
- Type: Int32
The top y.
- rightX
- Type: Int32
The right x.
- bottomY
- Type: Int32
The bottom y.
- pages
- Type: MichaelBrandonMorris.PdfConversionAndTimeStampTool..::..FieldPages
The pages.
- customPageNumbers
- Type: IEnumerable<(Of <(<'Int32>)>)>
The custom page numbers.