ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Page Namespace / Settings Class / SignatureStampTextAlignment Property

In This Topic
    SignatureStampTextAlignment Property
    In This Topic
    Gets/sets stamp text alignment
    Syntax
    'Declaration
     
    Public Property SignatureStampTextAlignment As Nullable(Of Alignment)
    public Nullable<Alignment> SignatureStampTextAlignment {get; set;}
    Remarks
    This value parsed from strings. Should be passed as serialized Alignment struct.
    See Also