ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearWordTextExtractionOptions Class / LineEnding Property




In This Topic
    LineEnding Property
    In This Topic
    Gets or sets text extraction line ending sequence.
    Syntax
    '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);
    }
    Remarks
    See Also