NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PageSetupDialog.ShouldPersistMinMargins

Indicates whether the MinMargins property should be persisted.

[Visual Basic]
Public Function ShouldPersistMinMargins() As Boolean
[C#]
public bool ShouldPersistMinMargins();
[C++]
public: bool ShouldPersistMinMargins();
[JScript]
public function ShouldPersistMinMargins() : Boolean;

Return Value

true if the property value has changed from its default; otherwise, false.

Remarks

You typically use this method if you are either creating a designer for the PageSetupDialog or creating your own control incorporating the PageSetupDialog.

See Also

PageSetupDialog Class | PageSetupDialog Members | System.WinForms Namespace