AttachedFile.AttachedFile

AttachedFile(string, Stream, ImageFormat)

का एक नया उदाहरण प्रारंभ करता हैAttachedFile वर्ग.

public AttachedFile(string path, Stream icon, ImageFormat iconFormat)
पैरामीटरप्रकारविवरण
pathStringएक स्ट्रिंग जिसमें फ़ाइल बनाने के लिए पथ शामिल हैAttachedFile .
iconStreamसंलग्न फ़ाइल के लिए एक आइकन।
iconFormatImageFormatसंलग्न फ़ाइल आइकन का एक प्रारूप।

यह सभी देखें


AttachedFile(string, Stream)

का एक नया उदाहरण प्रारंभ करता हैAttachedFile वर्ग.

public AttachedFile(string fileName, Stream attachedFileStream)
पैरामीटरप्रकारविवरण
fileNameStringसंलग्न फ़ाइल का नाम।
attachedFileStreamStreamएक स्ट्रीम जिसमें संलग्न फ़ाइल बाइट्स हैं।

यह सभी देखें


AttachedFile(string, Stream, Stream, ImageFormat)

का एक नया उदाहरण प्रारंभ करता हैAttachedFile वर्ग.

public AttachedFile(string fileName, Stream attachedFileStream, Stream icon, ImageFormat iconFormat)
पैरामीटरप्रकारविवरण
fileNameStringसंलग्न फ़ाइल का नाम।
attachedFileStreamStreamएक स्ट्रीम जिसमें संलग्न फ़ाइल बाइट्स हैं।
iconStreamसंलग्न फ़ाइल के लिए एक आइकन।
iconFormatImageFormatसंलग्न फ़ाइल आइकन का एक प्रारूप।

यह सभी देखें


AttachedFile()

का एक नया उदाहरण प्रारंभ करता हैAttachedFile वर्ग.

public AttachedFile()

यह सभी देखें