VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfRedactionMarkAppearance Class / textAlignment Property
Syntax Requirements SeeAlso
In This Topic
    textAlignment Property (WebPdfRedactionMarkAppearance)
    In This Topic
    Gets or sets the overlay text alignment of PDF redaction mark.
    Syntax
    'Declaration
    
    Public Property textAlignment As Vintasoft.Imaging.Pdf.Drawing.PdfContentAlignment
    
    
    public Vintasoft.Imaging.Pdf.Drawing.PdfContentAlignment textAlignment { get; set; }
    
    
    public: __property Vintasoft.Imaging.Pdf.Drawing.PdfContentAlignment get_textAlignment();
    public: __property void set_textAlignment(
    Vintasoft.Imaging.Pdf.Drawing.PdfContentAlignment value
    );
    public:
    property Vintasoft.Imaging.Pdf.Drawing.PdfContentAlignment textAlignment { Vintasoft.Imaging.Pdf.Drawing.PdfContentAlignment get(); void set(Vintasoft.Imaging.Pdf.Drawing.PdfContentAlignment value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also