Class SignZoneDetails
  
  
  
  
    Inheritance
    System.Object
    SignZoneDetails
   
  
    Implements
    System.ComponentModel.INotifyPropertyChanged
   
  
    Inherited Members
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
   
  
  Assembly: SecureExchangesSDK.dll
  Syntax
  
    [Serializable]
public class SignZoneDetails : INotifyPropertyChanged
   
  Properties
  
  
  
  
  CanvasHeight
  
  
  Declaration
  
    public double CanvasHeight { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  CanvasWidth
  
  
  Declaration
  
    public double CanvasWidth { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  DefaultValue
  
  
  Declaration
  
    public string DefaultValue { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Height
  
  
  Declaration
  
    public double Height { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  IsCalculateWithPreviousPage
  
  
  Declaration
  
    public bool IsCalculateWithPreviousPage { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Left
  
  
  Declaration
  
    public double Left { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  Page
  
  
  Declaration
  
    public double Page { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  PageHeight
  
  
  Declaration
  
    public double PageHeight { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  ParentID
  
  
  Declaration
  
    public string ParentID { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  RotateDegree
  
  
  Declaration
  
    public int RotateDegree { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  Top
  
  
  Declaration
  
    public double Top { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  TopPreviousPages
  
  
  Declaration
  
    public double TopPreviousPages { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  Type
  
  
  Declaration
  
    public string Type { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Width
  
  
  Declaration
  
    public double Width { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  Methods
  
  
  
  
  RaisePropertyChanged(String)
  
  
  Declaration
  
    protected void RaisePropertyChanged(string propertyName)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        propertyName | 
         | 
      
    
  
  Events
  
  
  
  PropertyChanged
  
  
  Declaration
  
    public event PropertyChangedEventHandler PropertyChanged
   
  Event Type
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.ComponentModel.PropertyChangedEventHandler | 
         | 
      
    
  
  Implements
  
      System.ComponentModel.INotifyPropertyChanged
  
  Extension Methods