'Declaration Public Shared Property CMapProvider As ICMapProvider
public static ICMapProvider CMapProvider {get; set;}
By default GcPdf tries to initialize this property automatically in the GcPdfDocument's constructor with the CMapProvider.Instance defined in the optional GrapeCity.Documents.Pdf.Resources package (which in this case needs to be explicitly referenced by the application).
'Declaration Public Shared Property CMapProvider As ICMapProvider
public static ICMapProvider CMapProvider {get; set;}