IPenWidthPenWidth Property |
Gets or sets annotation pen width
Namespace: GroupDocs.Annotation.Models.AnnotationModels.Interfaces.PropertiesAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 21.2.0.0 (21.2)
SyntaxNullable<byte> PenWidth { get; set; }
Property PenWidth As Nullable(Of Byte)
Get
Set
property Nullable<unsigned char> PenWidth {
Nullable<unsigned char> get ();
void set (Nullable<unsigned char> value);
}
abstract PenWidth : Nullable<byte> with get, set
Property Value
Type:
NullableByte
See Also