Class PdfCommentsExportMode
Provides values determining how the comments in a document should be exported to PDF.
Inheritance
System.Object
PdfCommentsExportMode
Namespace: Telerik.Windows.Documents.FormatProviders.Pdf
Assembly: Telerik.Windows.Documents.dll
Syntax
public sealed class PdfCommentsExportMode : Enum
Fields
NativePdfAnnotations
The comments will be exported as native PDF annotations.
Declaration
public const PdfCommentsExportMode NativePdfAnnotations
Field Value
PdfCommentsExportMode
|
None
The comments will be skipped while exporting.
Declaration
public const PdfCommentsExportMode None
Field Value
PdfCommentsExportMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|