PDFView4NET WPF Edition
PDFPrintContent Enumeration




O2S.Components.PDFView4NET.Printing Namespace : PDFPrintContent Enumeration
Specifies what parts of the page (content, annotations and/or form fields) should be printed.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum PDFPrintContent 
   Inherits System.Enum
'Usage
 
Dim instance As PDFPrintContent
[Flags()]
public enum PDFPrintContent : System.Enum 
[Flags()]
__value public enum PDFPrintContent : public System.Enum 
[Flags()]
public enum class PDFPrintContent : public System.Enum 
Members
MemberDescription
AnnotationsAnnotations should be printed.
FormFieldsForm fields should be printed.
PagePage content should be printed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Printing.PDFPrintContent

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFView4NET.Printing Namespace