Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / GcBinaryWriter Class / WriteEnum<T> Method

In This Topic
    WriteEnum<T> Method
    In This Topic
    Writes enum value.
    Syntax
    'Declaration
     
    Public Sub WriteEnum(Of T As {New, Struct})( _
       ByVal value As T _
    ) 
    public void WriteEnum<T>( 
       T value
    )
    where T: new(), struct

    Parameters

    value

    Type Parameters

    T
    See Also