Aspose.Pdf.Examples.CSharp.RunExamples.GetDataDir_AsposePdf_Attachments C# (CSharp) 메소드

GetDataDir_AsposePdf_Attachments() 공개 정적인 메소드

public static GetDataDir_AsposePdf_Attachments ( ) : String
리턴 String
        public static String GetDataDir_AsposePdf_Attachments()
        {
            return Path.GetFullPath(GetDataDir_Data() + "AsposePDF/Attachments/");
        }
        public static String GetDataDir_AsposePdf_Bookmarks()
RunExamples