Nevron Open Vision Documentation
Nevron.Nov.Diagram.Formats.Visio Namespace / NVisioDrawingSaveSettings Class / EmbedPreview Property


In This Topic
    EmbedPreview Property
    In This Topic
    Gets/Sets whether to embed a preview (in EMF format) of the document in the generated Visio package. By default set to true.
    Syntax
    'Declaration
     
    
    Public Property EmbedPreview As System.Boolean
    'Usage
     
    
    Dim instance As NVisioDrawingSaveSettings
    Dim value As System.Boolean
     
    instance.EmbedPreview = value
     
    value = instance.EmbedPreview
    public System.bool EmbedPreview {get; set;}
    Remarks
    If you are after maximum performance, set this property to false to instruct the Visio Exporter not to generate and embed a preview of the document in the generated Visio package.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also