ImageGear .NET - Updated July 5, 2018
LineJoin Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEGraphicState Class : LineJoin Property
Gets or sets the line join style, corresponding to the j (setlinejoin) operator.
Syntax
'Declaration
 
Public Property LineJoin As Integer
 
'Usage
 
Dim instance As ImGearPDEGraphicState
Dim value As Integer
 
instance.LineJoin = value
 
value = instance.LineJoin

Property Value

Integer value.
Remarks
The default value is 0.
See Also

Reference

ImGearPDEGraphicState Class
ImGearPDEGraphicState Members