Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / Contour Class / CCWInside Property

In This Topic
    CCWInside Property
    In This Topic
    Gets or sets a value indicating if the base contour circumscribes the inside area in counterclockwise direction.

    The default is false.

    Syntax
    'Declaration
     
    Public Property CCWInside As System.Boolean
    public System.bool CCWInside {get; set;}
    See Also