PdfLayer.CompareTo Method (PdfLayer)

PDF File Writer

PdfLayerCompareTo Method (PdfLayer)

CompareTo for IComparabler

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public int CompareTo(
	PdfLayer Other
)

Parameters

Other
Type: PdfFileWriterPdfLayer
Other layer

Return Value

Type: Int32
Compare result

Implements

IComparableTCompareTo(T)
See Also