Struct DataInfo
  
  
  
  
    Inherited Members
    
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
   
  
  Assembly: editdocuments.dll
  Syntax
  
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DataInfo(Boolean, String, String, Double, Double, Double, Double, GUnits, String, Boolean, Boolean, Boolean, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Boolean)
  
  
  Declaration
  
    public DataInfo(bool fromSettings = true, string picturePath = null, string textPlaceHolder = null, double leftOffset = 0, double bottomOffset = 0, double width = 200, double height = 150, GUnits unit = GUnits.inch, string inputPath = null, bool isFilesSelected = true, bool wordAppVisible = false, bool isSubFolderSelected = true, string folderSave = null, string subFolderSave = null, bool saveFile = false, bool isAbsolute = false, bool bottomLeftSelected = true, bool topLeftSelected = false, bool topRightSelected = false, bool bottomRightSelected = false, int pageNumber = 1, bool isWordDocumentType = true)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Boolean | 
        fromSettings | 
         | 
      
      
        | System.String | 
        picturePath | 
         | 
      
      
        | System.String | 
        textPlaceHolder | 
         | 
      
      
        | System.Double | 
        leftOffset | 
         | 
      
      
        | System.Double | 
        bottomOffset | 
         | 
      
      
        | System.Double | 
        width | 
         | 
      
      
        | System.Double | 
        height | 
         | 
      
      
        | GUnits | 
        unit | 
         | 
      
      
        | System.String | 
        inputPath | 
         | 
      
      
        | System.Boolean | 
        isFilesSelected | 
         | 
      
      
        | System.Boolean | 
        wordAppVisible | 
         | 
      
      
        | System.Boolean | 
        isSubFolderSelected | 
         | 
      
      
        | System.String | 
        folderSave | 
         | 
      
      
        | System.String | 
        subFolderSave | 
         | 
      
      
        | System.Boolean | 
        saveFile | 
         | 
      
      
        | System.Boolean | 
        isAbsolute | 
         | 
      
      
        | System.Boolean | 
        bottomLeftSelected | 
         | 
      
      
        | System.Boolean | 
        topLeftSelected | 
         | 
      
      
        | System.Boolean | 
        topRightSelected | 
         | 
      
      
        | System.Boolean | 
        bottomRightSelected | 
         | 
      
      
        | System.Int32 | 
        pageNumber | 
         | 
      
      
        | System.Boolean | 
        isWordDocumentType | 
         | 
      
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  BottomLeftSelected
  
  
  Declaration
  
    public bool BottomLeftSelected { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  BottomOffset
  
  
  Declaration
  
    public double BottomOffset { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  BottomRightSelected
  
  
  Declaration
  
    public bool BottomRightSelected { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  FolderPath
  
  
  Declaration
  
    public readonly string FolderPath { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  FolderSave
  
  
  Declaration
  
    public string FolderSave { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Height
  
  
  Declaration
  
    public double Height { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public readonly IEnumerable<string> InputFilePaths { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.IEnumerable<System.String> | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public string InputPath { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsAbsolute
  
  
  Declaration
  
    public bool IsAbsolute { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsFilesSelected
  
  
  Declaration
  
    public bool IsFilesSelected { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsSubFolderSelected
  
  
  Declaration
  
    public bool IsSubFolderSelected { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsWordDocumentType
  
  
  Declaration
  
    public bool IsWordDocumentType { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  LeftOffset
  
  
  Declaration
  
    public double LeftOffset { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PageNumber
  
  
  Declaration
  
    public int PageNumber { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PicturePath
  
  
  Declaration
  
    public string PicturePath { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Reference
  
  
  Declaration
  
    public PageReference Reference { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SaveFile
  
  
  Declaration
  
    public bool SaveFile { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SubFolderSave
  
  
  Declaration
  
    public string SubFolderSave { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TextPlaceHolder
  
  
  Declaration
  
    public string TextPlaceHolder { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TopLeftSelected
  
  
  Declaration
  
    public bool TopLeftSelected { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TopRightSelected
  
  
  Declaration
  
    public bool TopRightSelected { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Type
  
  
  Declaration
  
    public DocumentType Type { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Unit
  
  
  Declaration
  
    public GUnits Unit { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Width
  
  
  Declaration
  
    public double Width { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  WordAppVisible
  
  
  Declaration
  
    public bool WordAppVisible { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         |