Aspose.Pdf.Examples.CSharp.RunExamples.GetDataDir_AsposePdf_Annotations C# (CSharp) Method

GetDataDir_AsposePdf_Annotations() public static method

public static GetDataDir_AsposePdf_Annotations ( ) : String
return String
        public static String GetDataDir_AsposePdf_Annotations()
        {
            return Path.GetFullPath(GetDataDir_Data() + "AsposePDF/Annotations/");
        }
        public static String GetDataDir_AsposePdf_Graphs()
RunExamples