AuScGen.ERT.PDFSplit.Models.PdfFile.PdfFile C# (CSharp) Method

PdfFile() public method

public PdfFile ( string source, string target ) : System
source string
target string
return System
        public PdfFile(string source, string target)
        {
            SourcePath = source;
            TargetPath = target;
        }
PdfFile