Skip to main content

PdfFileSpecification.Index Property

Gets the zero-based index associated with the file specification.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public int Index { get; }

Property Value

Type Description
Int32

An integer value that is the zero-based index associated with the file specification.

See Also