Skip to main content
All docs
V26.1
  • WordProcessingSecurityLoadingOptions.RemoveIncludePictureFields Property

    Gets or sets whether to remove INCLUDEPICTURE fields from a loaded document.

    Namespace: DevExpress.XtraRichEdit

    Assembly: DevExpress.RichEdit.v26.1.Core.dll

    Declaration

    public bool RemoveIncludePictureFields { get; set; }

    Property Value

    Type Description
    Boolean

    true to remove INCLUDEPICTURE fields; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to RemoveIncludePictureFields
    RichEditDocumentServerOptions
    .SecurityLoadingOptions .RemoveIncludePictureFields
    See Also