XFINIUM.PDF.View.Wpf Documentation
Ink Property



Xfinium.Pdf.View.Annotations Namespace > PdfVisualInkAnnotation Class : Ink Property
Gets or sets the annotation ink.
Syntax
'Declaration
 
Public Property Ink As Xfinium.Pdf.Annotations.PdfAnnotationBorder
'Usage
 
Dim instance As PdfVisualInkAnnotation
Dim value As Xfinium.Pdf.Annotations.PdfAnnotationBorder
 
instance.Ink = value
 
value = instance.Ink
public Xfinium.Pdf.Annotations.PdfAnnotationBorder Ink {get; set;}
public:
property Xfinium.Pdf.Annotations.PdfAnnotationBorder^ Ink {
   Xfinium.Pdf.Annotations.PdfAnnotationBorder^ get();
   void set (    Xfinium.Pdf.Annotations.PdfAnnotationBorder^ value);
}

Property Value

A Xfinium.Pdf.Annotations.PdfAnnotationBorder object specifying the style of the annotation ink.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualInkAnnotation Class
PdfVisualInkAnnotation Members