PdfLineCaptionType Enumeration
|
Specifies the Line Caption Type is to be used in the Line annotation.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfLineCaptionType
Public Enumeration PdfLineCaptionType
public enum class PdfLineCaptionType
Members
|
Member name
|
Value
|
Description
|
|
Inline
|
0
|
The Line Caption Type is Inline.
|
|
Top
|
1
|
The Line Caption Type is Top.
|
See Also