combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / PropertyPdfSource Class / Embedded Property
Example


In This Topic
    Embedded Property (PropertyPdfSource)
    In This Topic
    Gets or sets if the PDF should be embedded into the project file.
    Syntax
    'Declaration
     
    
    Public Property Embedded As String
    public string Embedded {get; set;}
    public:
    property String^ Embedded {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Please note that this property must only be used after the file name is set!
    Example
    pdfObj.Definition.Source.FileInfo.FileName = @"C:\Program Files\combit\LL29\Documentation\EN\Programmers-Manual.pdf";
    pdfObj.Definition.Source.FileInfo.FileNameIsRelative = "False";
    pdfObj.Definition.Source.Embedded = "True";
    pdfObj.Definition.Source.FileInfo.FileName = "C:\Program Files\combit\LL29\Documentation\EN\Programmers-Manual.pdf"
    pdfObj.Definition.Source.FileInfo.FileNameIsRelative = "False"
    pdfObj.Definition.Source.Embedded = "True"
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also