Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / KmlLayer Class / KmlFileData Property

In This Topic
    KmlFileData Property
    In This Topic
    Gets or sets the KML file data.
    Syntax
    'Declaration
     
    Public Property KmlFileData As Byte()
    public byte[] KmlFileData {get; set;}
    See Also