ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / ParseEmfPlus Property

In This Topic
    ParseEmfPlus Property (C1PdfDocument)
    In This Topic
    Gets or sets the flag to convert EMF PLUS metafiles to EMF ONLY metafiles or no.
    Syntax
    'Declaration
     
    
    Public Property ParseEmfPlus As Boolean
    public bool ParseEmfPlus {get; set;}
    See Also