• PDF for WPF and Silverlight Overview
    • Getting Started
      • Help with WPF and Silverlight Edition
      • Key Feature
      • Quick Start
        • Step 1 of 4: Creating an Application with the C1PdfDocument Object
        • Step 2 of 4: Adding Content to the Page
        • Step 3 of 4: Saving the document
        • Step 4 of 4: Running the Application
    • Features: PDF for WPF and Silverlight
      • Adding Text
        • Drawing Text
        • Measuring Text
        • Making Text Flow From Page to Page
      • Adding Images
      • Adding Graphics
      • Specifying Page Sizes and Orientation
      • Adding Bookmarks to a PDF Document
      • Adding Links to a PDF Document
      • Applying Security and Permissions
      • Attaching Files to PDF Document
      • Loading Documents
        • Aynchronous Loading
        • Loading Encrypted Files
    • Task-Based Help
      • Drawing Framework Element Objects
      • Loading Documents from the Web
      • Opening Potentially Protected Files
      • Creating and Writing Encrypted Files
  • API Reference
    • C1.Silverlight.Pdf.5 Assembly
      • Namespaces
        • C1.Silverlight.Pdf Namespace
          • Overview
          • Classes
            • C1PdfDocument
              • Overview
              • Members
              • C1PdfDocument Constructor
                • C1PdfDocument Constructor()
                • C1PdfDocument Constructor(PaperKind)
                • C1PdfDocument Constructor(PaperKind,Boolean)
                • C1PdfDocument Constructor(Size)
              • Methods
                • AddAttachment Method
                  • AddAttachment(String,Rect) Method
                  • AddAttachment(String,Rect,AttachmentIconEnum,Color) Method
                  • AddAttachment(String,Rect,Int32,AttachmentIconEnum,Color) Method
                  • AddAttachment(String,Byte[],Rect,AttachmentIconEnum,Color) Method
                  • AddAttachment(String,Byte[],Rect,Int32,AttachmentIconEnum,Color) Method
                • AddBookmark Method
                  • AddBookmark(String,Int32,Double) Method
                  • AddBookmark(String,Int32,Double,Boolean) Method
                  • AddBookmark(String,Int32,String) Method
                • AddField Method
                  • AddField(PdfFieldBase,Rect) Method
                  • AddField(PdfFieldBase,Int32,Rect) Method
                • AddLink Method
                  • AddLink(String,Rect) Method
                  • AddLink(String,Int32,Rect) Method
                • AddNote Method
                  • AddNote(PdfNoteBase,Rect) Method
                  • AddNote(PdfNoteBase,Int32,Rect) Method
                • AddTarget Method
                  • AddTarget(String,Rect) Method
                  • AddTarget(String,Int32,Rect) Method
                • DrawArc Method
                • DrawBezier Method
                • DrawBeziers Method
                • DrawElement Method
                  • DrawElement(FrameworkElement,Rect,ContentAlignment,Stretch) Method
                  • DrawElement(FrameworkElement,Rect,Rect) Method
                  • DrawElement(FrameworkElement,Rect) Method
                • DrawEllipse Method
                  • DrawEllipse(Pen,Double,Double,Double,Double) Method
                  • DrawEllipse(Pen,Rect) Method
                • DrawImage Method
                  • DrawImage(WriteableBitmap,Rect,ContentAlignment,Stretch) Method
                  • DrawImage(WriteableBitmap,Rect) Method
                  • DrawImage(WriteableBitmap,Rect,Rect) Method
                • DrawLine Method
                  • DrawLine(Pen,Double,Double,Double,Double) Method
                  • DrawLine(Pen,Point,Point) Method
                • DrawLines Method
                • DrawPie Method
                • DrawPolygon Method
                • DrawRectangle Method
                  • DrawRectangle(Pen,Double,Double,Double,Double) Method
                  • DrawRectangle(Pen,Rect) Method
                  • DrawRectangle(Pen,Rect,Size) Method
                • DrawString Method
                  • DrawString(String,Font,Color,Rect,Int32,StringFormat) Method
                  • DrawString(String,Font,Color,Rect,Int32,StringFormat,Single) Method
                  • DrawString(String,Font,Color,Rect,StringFormat) Method
                  • DrawString(String,Font,Color,Rect,StringFormat,Single) Method
                  • DrawString(String,Font,Color,Rect,Int32) Method
                  • DrawString(String,Font,Color,Rect) Method
                  • DrawString(String,Font,Color,Point,StringFormat) Method
                  • DrawString(String,Font,Color,Point,StringFormat,Single) Method
                  • DrawString(String,Font,Color,Point) Method
                  • DrawString(String,Font,Color,Point,Single) Method
                  • DrawString(TextBlock,Rect) Method
                • FillArc Method
                • FillEllipse Method
                  • FillEllipse(Color,Double,Double,Double,Double) Method
                  • FillEllipse(Color,Rect) Method
                • FillPie Method
                • FillPolygon Method
                  • FillPolygon(Color,Point[]) Method
                  • FillPolygon(Color,Point[],FillMode) Method
                • FillRectangle Method
                  • FillRectangle(Color,Double,Double,Double,Double) Method
                  • FillRectangle(Color,Rect) Method
                  • FillRectangle(Color,Rect,Size) Method
                • MeasureString Method
                  • MeasureString(String,Font,Double,StringFormat) Method
                  • MeasureString(String,Font,Double) Method
                  • MeasureString(String,Font) Method
                • ResetClipRect Method
                • SetClipRect Method
              • Properties
                • CurrentPage Property
                • Landscape Property
                • PageSize Property
                • PaperKind Property
                • RotateAngle Property
              • Events
                • DrawingElement Event
            • C1PdfDocumentBase
              • Overview
              • Members
              • Methods
                • Clear Method
                • NewPage Method
                • Save Method
                  • Save(String) Method
                  • Save(Stream) Method
                • ToPixels Method
                  • ToPixels(Double) Method
                  • ToPixels(Size) Method
                  • ToPixels(Rect) Method
                • ToPoints Method
                  • ToPoints(Double) Method
                  • ToPoints(Size) Method
                  • ToPoints(Rect) Method
                • Write Method
              • Properties
                • Compression Property
                • ConformanceLevel Property
                • CurrentPage Property
                • DocumentInfo Property
                • FontType Property
                • ImageQuality Property
                • PageRectangle Property
                • Pages Property
                • PageSize Property
                • SaveAllImagesAsJpeg Property
                • Security Property
                • UniqueFontsPerPage Property
                • UseFileCaching Property
                • ViewerPreferences Property
              • Events
                • GeneratingDocument Event
                • SavingDocument Event
            • DrawingElementEventArgs
              • Overview
              • Members
              • DrawingElementEventArgs Constructor
              • Properties
                • Bounds Property
                • DocumentTransform Property
                • Element Property
                • Handled Property
                • Root Property
            • Font
              • Overview
              • Members
              • Font Constructor
                • Font Constructor(String,Double,PdfFontStyle)
                • Font Constructor(String,Double)
                • Font Constructor(PdfFontStyle,Double,String)
                • Font Constructor(PdfFontStyle,Double,Byte[])
              • Properties
                • Bold Property
                • GdiVerticalFont Property
                • Italic Property
                • Name Property
                • Size Property
                • Strikeout Property
                • Style Property
                • Underline Property
            • PdfCheckBox
              • Overview
              • Members
              • PdfCheckBox Constructor
            • PdfCircleNote
              • Overview
              • Members
              • PdfCircleNote Constructor
            • PdfComboBox
              • Overview
              • Members
              • PdfComboBox Constructor
            • PdfComboListBase
              • Overview
              • Members
              • Properties
                • DefaultText Property
                • DefaultValue Property
                • Items Property
                • SelectedColor Property
                • Text Property
            • PdfDocumentInfo
              • Overview
              • Members
              • Properties
                • Author Property
                • CreationDate Property
                • Creator Property
                • Keywords Property
                • Producer Property
                • Subject Property
                • Title Property
            • PdfFieldBase
              • Overview
              • Members
              • Properties
                • BackColor Property
                • BorderColor Property
                • BorderStyle Property
                • BorderWidth Property
                • DefaultText Property
                • DefaultValue Property
                • Font Property
                • ForeColor Property
                • IsReadOnly Property
                • IsRequired Property
                • Name Property
                • Rotation Property
                • Text Property
                • ToolTip Property
                • Value Property
                • Visibility Property
            • PdfLineNote
              • Overview
              • Members
              • PdfLineNote Constructor
              • Properties
                • Begin Property
                • End Property
                • Opacity Property
                • Rectangle Property
            • PdfListBox
              • Overview
              • Members
              • PdfListBox Constructor
              • Properties
                • IsMultiselect Property
            • PdfNoteBase
              • Overview
              • Members
              • Properties
                • Contents Property
                • ForeColor Property
                • Opacity Property
                • PopupOpen Property
                • Thickness Property
            • PdfPage
              • Overview
              • Members
              • Properties
                • Tag Property
            • PdfPageCollection
              • Overview
              • Members
              • Methods
                • Add Method
                  • Add(PdfPage) Method
                  • Add() Method
                  • Add(Size) Method
                  • Add(PaperKind) Method
                • AddRange Method
                  • AddRange(ICollection) Method
                • Clear Method
                • Insert Method
                  • Insert(Int32,PdfPage) Method
                  • Insert(Int32) Method
                  • Insert(Int32,Size) Method
                  • Insert(Int32,PaperKind) Method
                • InsertRange Method
                  • InsertRange(Int32,ICollection) Method
                • Remove Method
                • RemoveAt Method
                • RemoveRange Method
              • Properties
                • Item Property
            • PdfPushButton
              • Overview
              • Members
              • PdfPushButton Constructor
              • Properties
                • Actions Property
                • Active Property
                • Click Property
                • Image Property
                • Layout Property
            • PdfPushButton.Action
              • Overview
              • Members
              • PdfPushButton.Action Constructor
                • PdfPushButton.Action Constructor()
                • PdfPushButton.Action Constructor(ButtonAction)
                • PdfPushButton.Action Constructor(ButtonAction,String)
              • Properties
                • ActionType Property
                • Command Property
                • PageNo Property
            • PdfPushButton.ActionCollection
              • Overview
              • Members
              • Methods
                • Clear Method
              • Properties
                • GotFocus Property
                • Item Property
                  • Item(ButtonStateChange) Property
                  • Item(ButtonStateChange,Int32) Property
                • LostFocus Property
                • MouseEnter Property
                • MouseLeave Property
                • Owner Property
                • Pressed Property
                • Released Property
            • PdfRadioButton
              • Overview
              • Members
              • PdfRadioButton Constructor
            • PdfRadioCheckBase
              • Overview
              • Members
              • Properties
                • Checked Property
                • CheckmarkType Property
                • DefaultText Property
                • Text Property
            • PdfRectNote
              • Overview
              • Members
              • Properties
                • FillColor Property
            • PdfSecurity
              • Overview
              • Members
              • Properties
                • AllowCopyContent Property
                • AllowEditAnnotations Property
                • AllowEditContent Property
                • AllowPrint Property
                • Encryption Property
                • OwnerPassword Property
                • SignedTime Property
                • UserPassword Property
            • PdfSquareNote
              • Overview
              • Members
              • PdfSquareNote Constructor
            • PdfTextBox
              • Overview
              • Members
              • PdfTextBox Constructor
              • Properties
                • Alignment Property
                • IsFileSelect Property
                • IsMultiline Property
                • IsPassword Property
                • IsScroll Property
                • MaxLength Property
            • PdfTextFieldBase
              • Overview
              • Members
              • Properties
                • IsSpellCheck Property
            • PdfTextNote
              • Overview
              • Members
              • PdfTextNote Constructor
              • Properties
                • Alignment Property
                • BorderColor Property
                • Font Property
            • PdfViewerPreferences
              • Overview
              • Members
              • Properties
                • CenterWindow Property
                • FitWindow Property
                • HideMenuBar Property
                • HideToolBar Property
                • PageLayout Property
                • PageMode Property
            • Pen
              • Overview
              • Members
              • Pen Constructor
                • Pen Constructor(Color)
                • Pen Constructor(Color,Double)
              • Properties
                • Color Property
                • DashOffset Property
                • DashPattern Property
                • DashStyle Property
                • LineJoin Property
                • StartCap Property
                • Width Property
              • Operators
                • Implicit Type Conversion Operator
            • StringFormat
              • Overview
              • Members
              • StringFormat Constructor
                • StringFormat Constructor()
                • StringFormat Constructor(TextBlock)
              • Properties
                • Alignment Property
                • Angle Property
                • FormatFlags Property
                • GenericDefault Property
                • LineAlignment Property
                • LineSpacing Property
            • Strings
              • Overview
              • Members
              • Properties
                • ResourceManager Property
                • UICulture Property
            • Strings.Errors
              • Overview
              • Members
              • Properties
                • CannotFindAttachment Property
                • ClosedDocument Property
                • DuplicateAcroFieldName Property
                • ObjectNotAPage Property
                • UnsupportedRotationAngle Property
          • Enumerations
            • AttachmentIconEnum
            • ButtonAction
            • ButtonLayout
            • ButtonStateChange
            • CheckmarkType
            • CompressionLevel
            • ContentAlignment
            • DashStyle
            • FieldBorderStyle
            • FieldBorderWidth
            • FieldVisibility
            • FillMode
            • ImageQuality
            • ImageSizeMode
            • PageLayout
            • PageMode
            • PaperKind
            • PdfAConformanceLevel
            • PdfEncryptionType
            • PdfFontStyle
            • PdfFontType
            • StringFormatFlags
    • C1.WPF.Pdf.4 Assembly
      • Namespaces
        • C1.WPF.Pdf Namespace
          • Overview
          • Classes
            • C1PdfDocument
              • Overview
              • Members
              • C1PdfDocument Constructor
                • C1PdfDocument Constructor()
                • C1PdfDocument Constructor(PaperKind)
                • C1PdfDocument Constructor(PaperKind,Boolean)
                • C1PdfDocument Constructor(Size)
              • Methods
                • AddAttachment Method
                  • AddAttachment(String,Rect) Method
                  • AddAttachment(String,Rect,AttachmentIconEnum,Color) Method
                  • AddAttachment(String,Rect,Int32,AttachmentIconEnum,Color) Method
                  • AddAttachment(String,Byte[],Rect,AttachmentIconEnum,Color) Method
                  • AddAttachment(String,Byte[],Rect,Int32,AttachmentIconEnum,Color) Method
                • AddBookmark Method
                  • AddBookmark(String,Int32,Double) Method
                  • AddBookmark(String,Int32,Double,Boolean) Method
                  • AddBookmark(String,Int32,Int32,Double) Method
                  • AddBookmark(String,Int32,String) Method
                • AddField Method
                  • AddField(PdfFieldBase,Rect) Method
                  • AddField(PdfFieldBase,Int32,Rect) Method
                • AddLink Method
                  • AddLink(String,Rect) Method
                  • AddLink(String,Int32,Rect) Method
                • AddNote Method
                  • AddNote(PdfNoteBase,Rect) Method
                  • AddNote(PdfNoteBase,Int32,Rect) Method
                • AddTarget Method
                  • AddTarget(String,Rect) Method
                  • AddTarget(String,Int32,Rect) Method
                • ClipPath Method
                • ClipStop Method
                • DrawArc Method
                • DrawBezier Method
                • DrawBeziers Method
                • DrawElement Method
                  • DrawElement(FrameworkElement,Rect,ContentAlignment,Stretch) Method
                  • DrawElement(FrameworkElement,Rect,Rect) Method
                  • DrawElement(FrameworkElement,Rect) Method
                • DrawEllipse Method
                  • DrawEllipse(Pen,Double,Double,Double,Double) Method
                  • DrawEllipse(Pen,Rect) Method
                • DrawGlyphs Method
                • DrawImage Method
                  • DrawImage(WriteableBitmap,Rect,Rect) Method
                  • DrawImage(Int32,Int32,Int32[],Rect,Rect) Method
                  • DrawImage(WriteableBitmap,Rect,ContentAlignment,Stretch) Method
                  • DrawImage(WriteableBitmap,Rect) Method
                • DrawLine Method
                  • DrawLine(Pen,Double,Double,Double,Double) Method
                  • DrawLine(Pen,Point,Point) Method
                • DrawLines Method
                • DrawPath Method
                • DrawPie Method
                • DrawPolygon Method
                • DrawRectangle Method
                  • DrawRectangle(Pen,Double,Double,Double,Double) Method
                  • DrawRectangle(Pen,Rect) Method
                  • DrawRectangle(Pen,Rect,Size) Method
                • DrawString Method
                  • DrawString(String,Font,Color,Rect,Int32,StringFormat) Method
                  • DrawString(String,Font,Color,Rect,Int32,StringFormat,Single) Method
                  • DrawString(String,Font,Color,Rect,StringFormat) Method
                  • DrawString(String,Font,Color,Rect,StringFormat,Single) Method
                  • DrawString(String,Font,Color,Rect,Int32) Method
                  • DrawString(String,Font,Color,Rect) Method
                  • DrawString(String,Font,Color,Point,StringFormat) Method
                  • DrawString(String,Font,Color,Point,StringFormat,Single) Method
                  • DrawString(String,Font,Color,Point) Method
                  • DrawString(String,Font,Color,Point,Single) Method
                  • DrawString(TextBlock,Rect) Method
                • FillArc Method
                • FillEllipse Method
                  • FillEllipse(Color,Double,Double,Double,Double) Method
                  • FillEllipse(Color,Rect) Method
                • FillPath Method
                • FillPie Method
                • FillPolygon Method
                • FillRectangle Method
                  • FillRectangle(Color,Double,Double,Double,Double) Method
                  • FillRectangle(Color,Rect) Method
                  • FillRectangle(Color,Rect,Size) Method
                • MeasureString Method
                  • MeasureString(String,Font,Double,StringFormat,Int32) Method
                  • MeasureString(String,Font,Double) Method
                  • MeasureString(String,Font) Method
                • ResetClipRect Method
                • SetClipRect Method
                • SetTransform Method
              • Properties
                • CurrentPage Property
                • Landscape Property
                • PageSize Property
                • PaperKind Property
                • RotateAngle Property
              • Events
                • DrawingElement Event
            • C1PdfDocumentBase
              • Overview
              • Members
              • Methods
                • Clear Method
                • NewPage Method
                • ResetDashPatterns Method
                • Save Method
                  • Save(String) Method
                  • Save(Stream) Method
                • SetDashPattern Method
                • ToPixels Method
                  • ToPixels(Double) Method
                  • ToPixels(Size) Method
                  • ToPixels(Rect) Method
                • ToPoints Method
                  • ToPoints(Double) Method
                  • ToPoints(Size) Method
                  • ToPoints(Rect) Method
                • Write Method
              • Properties
                • Compression Property
                • ConformanceLevel Property
                • CurrentPage Property
                • DocumentInfo Property
                • FontType Property
                • ImageQuality Property
                • IsCompressed Property
                • PageRectangle Property
                • Pages Property
                • PageSize Property
                • PdfVersion Property
                • SaveAllImagesAsJpeg Property
                • Security Property
                • UniqueFontsPerPage Property
                • UseFileCaching Property
                • ViewerPreferences Property
              • Events
                • GeneratingDocument Event
                • SavingDocument Event
            • DrawingElementEventArgs
              • Overview
              • Members
              • DrawingElementEventArgs Constructor
              • Properties
                • Bounds Property
                • DocumentTransform Property
                • Element Property
                • Handled Property
                • Root Property
            • Font
              • Overview
              • Members
              • Font Constructor
                • Font Constructor(String,Double,PdfFontStyle)
                • Font Constructor(String,Double)
                • Font Constructor(PdfFontStyle,Double,String)
                • Font Constructor(PdfFontStyle,Double,FontSubSet)
                • Font Constructor(PdfFontStyle,Double,Byte[])
              • Properties
                • Bold Property
                • GdiCharSet Property
                • GdiVerticalFont Property
                • Italic Property
                • Name Property
                • Size Property
                • Strikeout Property
                • Style Property
                • Underline Property
            • PdfCheckBox
              • Overview
              • Members
              • PdfCheckBox Constructor
            • PdfCircleNote
              • Overview
              • Members
              • PdfCircleNote Constructor
            • PdfComboBox
              • Overview
              • Members
              • PdfComboBox Constructor
            • PdfComboListBase
              • Overview
              • Members
              • Properties
                • DefaultText Property
                • DefaultValue Property
                • Items Property
                • SelectedColor Property
                • Text Property
            • PdfDocumentInfo
              • Overview
              • Members
              • Properties
                • Author Property
                • CreationDate Property
                • Creator Property
                • Keywords Property
                • Producer Property
                • Subject Property
                • Title Property
            • PdfFieldBase
              • Overview
              • Members
              • Properties
                • BackColor Property
                • BorderColor Property
                • BorderStyle Property
                • BorderWidth Property
                • DefaultText Property
                • DefaultValue Property
                • Font Property
                • ForeColor Property
                • IsReadOnly Property
                • IsRequired Property
                • Name Property
                • Rotation Property
                • Text Property
                • ToolTip Property
                • Value Property
                • Visibility Property
            • PdfLineNote
              • Overview
              • Members
              • PdfLineNote Constructor
              • Properties
                • Begin Property
                • End Property
                • Opacity Property
                • Rectangle Property
            • PdfListBox
              • Overview
              • Members
              • PdfListBox Constructor
              • Properties
                • IsMultiselect Property
            • PdfNoteBase
              • Overview
              • Members
              • Properties
                • Contents Property
                • ForeColor Property
                • Opacity Property
                • PopupOpen Property
                • Thickness Property
            • PdfPage
              • Overview
              • Members
              • Properties
                • Tag Property
            • PdfPageCollection
              • Overview
              • Members
              • Methods
                • Add Method
                  • Add(PdfPage) Method
                  • Add() Method
                  • Add(Size) Method
                  • Add(PaperKind) Method
                • AddRange Method
                  • AddRange(ICollection) Method
                • Clear Method
                • Insert Method
                  • Insert(Int32,PdfPage) Method
                  • Insert(Int32) Method
                  • Insert(Int32,Size) Method
                  • Insert(Int32,PaperKind) Method
                • InsertRange Method
                  • InsertRange(Int32,ICollection) Method
                • Remove Method
                • RemoveAt Method
                • RemoveRange Method
              • Properties
                • Item Property
            • PdfPushButton
              • Overview
              • Members
              • PdfPushButton Constructor
              • Properties
                • Actions Property
                • Active Property
                • Click Property
                • Image Property
                • Layout Property
            • PdfPushButton.Action
              • Overview
              • Members
              • PdfPushButton.Action Constructor
                • PdfPushButton.Action Constructor()
                • PdfPushButton.Action Constructor(ButtonAction)
                • PdfPushButton.Action Constructor(ButtonAction,String)
              • Properties
                • ActionType Property
                • Command Property
                • PageNo Property
            • PdfPushButton.ActionCollection
              • Overview
              • Members
              • Methods
                • Clear Method
              • Properties
                • GotFocus Property
                • Item Property
                  • Item(ButtonStateChange) Property
                  • Item(ButtonStateChange,Int32) Property
                • LostFocus Property
                • MouseEnter Property
                • MouseLeave Property
                • Owner Property
                • Pressed Property
                • Released Property
            • PdfRadioButton
              • Overview
              • Members
              • PdfRadioButton Constructor
            • PdfRadioCheckBase
              • Overview
              • Members
              • Properties
                • Checked Property
                • CheckmarkType Property
                • DefaultText Property
                • Text Property
            • PdfRectNote
              • Overview
              • Members
              • Properties
                • FillColor Property
            • PdfSecurity
              • Overview
              • Members
              • Methods
                • Dispose Method
              • Properties
                • AllowCopyContent Property
                • AllowEditAnnotations Property
                • AllowEditContent Property
                • AllowPrint Property
                • Encryption Property
                • OwnerPassword Property
                • SignedTime Property
                • UserPassword Property
            • PdfSquareNote
              • Overview
              • Members
              • PdfSquareNote Constructor
            • PdfTextBox
              • Overview
              • Members
              • PdfTextBox Constructor
              • Properties
                • Alignment Property
                • IsFileSelect Property
                • IsMultiline Property
                • IsPassword Property
                • IsScroll Property
                • MaxLength Property
            • PdfTextFieldBase
              • Overview
              • Members
              • Properties
                • IsSpellCheck Property
            • PdfTextNote
              • Overview
              • Members
              • PdfTextNote Constructor
              • Properties
                • Alignment Property
                • BorderColor Property
                • Font Property
            • PdfViewerPreferences
              • Overview
              • Members
              • Properties
                • CenterWindow Property
                • FitWindow Property
                • HideMenuBar Property
                • HideToolBar Property
                • PageLayout Property
                • PageMode Property
            • Pen
              • Overview
              • Members
              • Pen Constructor
                • Pen Constructor(Color)
                • Pen Constructor(Color,Double)
              • Properties
                • Color Property
                • DashOffset Property
                • DashPattern Property
                • DashStyle Property
                • LineJoin Property
                • StartCap Property
                • Width Property
              • Operators
                • Implicit Type Conversion Operator
            • StringFormat
              • Overview
              • Members
              • StringFormat Constructor
                • StringFormat Constructor()
                • StringFormat Constructor(TextBlock)
              • Properties
                • Alignment Property
                • Angle Property
                • FormatFlags Property
                • GenericDefault Property
                • LineAlignment Property
                • LineSpacing Property
            • Strings
              • Overview
              • Members
              • Properties
                • ResourceManager Property
                • UICulture Property
            • Strings.Errors
              • Overview
              • Members
              • Properties
                • CannotFindAttachment Property
                • ClosedDocument Property
                • DuplicateAcroFieldName Property
                • ObjectNotAPage Property
                • UnsupportedRotationAngle Property
          • Enumerations
            • AttachmentIconEnum
            • ButtonAction
            • ButtonLayout
            • ButtonStateChange
            • CheckmarkType
            • CompressionLevel
            • ContentAlignment
            • DashStyle
            • FieldBorderStyle
            • FieldBorderWidth
            • FieldVisibility
            • FillMode
            • ImageQuality
            • ImageSizeMode
            • PageLayout
            • PageMode
            • PaperKind
            • PdfAConformanceLevel
            • PdfEncryptionType
            • PdfFontStyle
            • PdfFontType
            • StringFormatFlags
        • C1.WPF.Pdf.Reader.Font.Shape Namespace
          • Overview