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

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