Class SignZoneDetails
Inheritance
SignZoneDetails
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class SignZoneDetails : INotifyPropertyChanged
Properties
CanvasHeight
Declaration
public double CanvasHeight { get; set; }
Property Value
CanvasWidth
Declaration
public double CanvasWidth { get; set; }
Property Value
DefaultValue
Declaration
public string DefaultValue { get; set; }
Property Value
Height
Declaration
public double Height { get; set; }
Property Value
IsCalculateWithPreviousPage
Declaration
public bool IsCalculateWithPreviousPage { get; set; }
Property Value
Left
Declaration
public double Left { get; set; }
Property Value
Page
Declaration
public double Page { get; set; }
Property Value
PageHeight
Declaration
public double PageHeight { get; set; }
Property Value
ParentID
Declaration
public string ParentID { get; set; }
Property Value
RotateDegree
Declaration
public int RotateDegree { get; set; }
Property Value
Top
Declaration
public double Top { get; set; }
Property Value
TopPreviousPages
Declaration
public double TopPreviousPages { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value
Methods
RaisePropertyChanged(string)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods