Gets or sets the type of form that is used to edit the fields of 
Exporter.DocumentInfo class. That form can be invoked from the export options form (
Exporter.OptionsFormClass). The form's type must be assignable to 
C1.C1Preview.Forms.DocumentInfoForm.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Property DocumentInfoFormClass As System.Type
             
        
            
            '使用法
 
Dim instance As Exporter
Dim value As System.Type
 
instance.DocumentInfoFormClass = value
 
value = instance.DocumentInfoFormClass
             
        
            
            public System.Type DocumentInfoFormClass {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照