カスタムプロパティを表現するクラスです。  
 More...
#include <NetCustomProperty.h>
 | 
| 
PdfTk::PtlCustomProperty *  | m_native | 
|   | 
◆ PtlCustomProperty() [1/3]
      
        
          | PdfTkNet::PtlCustomProperty::PtlCustomProperty  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ PtlCustomProperty() [2/3]
      
        
          | PdfTkNet::PtlCustomProperty::PtlCustomProperty  | 
          ( | 
          String^  | 
          name,  | 
        
        
           | 
           | 
          String^  | 
          value  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
コンストラクタ 
- Parameters
 - 
  
  
 
- Exceptions
 - 
  
  
 
 
 
◆ PtlCustomProperty() [3/3]
コピーコンストラクタ alias copy 
- Parameters
 - 
  
  
 
- Exceptions
 - 
  
  
 
 
 
◆ getName()
      
        
          | String PdfTkNet::PtlCustomProperty::getName  | 
          ( | 
           | ) | 
           | 
        
      
 
カスタムプロパティの名前を取得。 
カスタムプロパティの名前を取得します。 
- Returns
 - カスタムプロパティの名前。 
 
- Exceptions
 - 
  
  
 
 
 
◆ getValue()
      
        
          | String PdfTkNet::PtlCustomProperty::getValue  | 
          ( | 
           | ) | 
           | 
        
      
 
カスタムプロパティの値を取得。 
カスタムプロパティの値を取得します。 
- Returns
 - カスタムプロパティの値。 
 
- Exceptions
 - 
  
  
 
 
 
◆ operator=()
コピーオペレータ alias copy 
- Parameters
 -