'Declaration Public Property DocumentSpecification As PdfFileSpecification
public PdfFileSpecification DocumentSpecification { get; set; }
public: __property PdfFileSpecification* get_DocumentSpecification(); public: __property void set_DocumentSpecification(
PdfFileSpecification* value
);
public:
property PdfFileSpecification^ DocumentSpecification { PdfFileSpecification^ get(); void set(PdfFileSpecification^ value); }
Property Value
null - the source and target share the same root document; NOT null - the root document of the target relative to the root document of the source.