Method SetDraftingFormatMargins
SetDraftingFormatMargins(DocumentId, Real?, Real?, Real?, Real?, Real?, Real?)
Sets drafting document format margins
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 255, 0)]
void SetDraftingFormatMargins(DocumentId inDocumentId, Real? inbottomBorderMargin, Real? inTopBorderMargin, Real? inLeftBorderMargin, Real? inRightBorderMargin, Real? inLeftInternalMargin, Real? inRightInternalMargin)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | The drafting document |
| Real? | inbottomBorderMargin | bottom border margin or null if not to modify |
| Real? | inTopBorderMargin | top border margin or null if not to modify |
| Real? | inLeftBorderMargin | left border margin or null if not to modify |
| Real? | inRightBorderMargin | right border margin or null if not to modify |
| Real? | inLeftInternalMargin | left internal margin or null if not to modify |
| Real? | inRightInternalMargin | right internal margin or null if not to modify |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.