Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / DoXObject Class / TryGetNonstrokeColor Method

In This Topic
    TryGetNonstrokeColor Method (DoXObject)
    In This Topic
    Tries to interpret the non-stroke color of graphics state used by this operator as simple System.Drawing.Color.
    Syntax
    'Declaration
     
    Public Function TryGetNonstrokeColor( _
       ByRef color As System.Drawing.Color _
    ) As System.Boolean
    public System.bool TryGetNonstrokeColor( 
       out System.Drawing.Color color
    )

    Parameters

    color
    See Also