IPenColorPenColor Property |
Gets or sets annotation pen color
Namespace: GroupDocs.Annotation.Models.AnnotationModels.Interfaces.PropertiesAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.4.0.0 (22.4)
SyntaxNullable<int> PenColor { get; set; }
Property PenColor As Nullable(Of Integer)
Get
Set
property Nullable<int> PenColor {
Nullable<int> get ();
void set (Nullable<int> value);
}
abstract PenColor : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also