'Declaration Public Property LineEnding As ImGearWordLineEndingType
'Usage Dim instance As ImGearWordTextExtractionOptions Dim value As ImGearWordLineEndingType instance.LineEnding = value value = instance.LineEnding
public ImGearWordLineEndingType LineEnding {get; set;}
public: __property ImGearWordLineEndingType get_LineEnding(); public: __property void set_LineEnding( ImGearWordLineEndingType value );
public: property ImGearWordLineEndingType LineEnding { ImGearWordLineEndingType get(); void set ( ImGearWordLineEndingType value); }