Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DocumentProtection Class / BlockThemeOrSchemeSwitching Property

In This Topic
    BlockThemeOrSchemeSwitching Property
    In This Topic
    Gets or sets a value indicating whether modification of the document's theme information should be blocked.
    Syntax
    'Declaration
     
    Public Property BlockThemeOrSchemeSwitching As System.Boolean
    public System.bool BlockThemeOrSchemeSwitching {get; set;}
    Remarks
    Specifies whether applications shall prevent the modification of the document's theme information stored in the Theme part when editing this document. This setting should not preclude the use of the theme information, instead, it should only prevent the modification of the theme part in a single operation (either through a user interface or a programmatic operation).
    See Also