public new PagePropertyList Properties {get;}
public: new property PagePropertyList^ Properties { PagePropertyList^ get(); }
public new PagePropertyList Properties {get;}
public: new property PagePropertyList^ Properties { PagePropertyList^ get(); }
Exception | Description |
---|---|
InsufficientLicenceException | Thrown when no new logical page can be added to the project. |
Page page = oProject.Pages[10]; page.Properties.PAGE_REVISION_APPROVEDBY = "John"; string strCounter = page.Properties.PAGE_COUNTER;