Skip to main content
All docs
V26.1
  • WinFileSpecification.NewWindow Property

    Gets or sets whether the target opens in a new window when applicable.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public DefaultBoolean NewWindow { get; set; }

    Property Value

    Type Description
    DefaultBoolean

    true to open the file in the new window; otherwise, false.

    Available values:

    Name Description Return Value
    True

    The value is true.

    0

    False

    The value is false.

    1

    Default

    The value is specified by a global option or a higher-level object.

    2

    See Also