| ImageReferenceCopyToMedia Property |
This is used to get or set whether or not to copy the image to the
.\Output\[HelpFormat]\media folder if it is not referenced
in a media link.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool CopyToMedia { get; set; }
Public Property CopyToMedia As Boolean
Get
Set
public:
property bool CopyToMedia {
bool get ();
void set (bool value);
}
member CopyToMedia : bool with get, set
Property Value
Type:
BooleanThe default is false and the image will not be copied
unless it is referenced in a media link. If set to true, the
image will be copied even if it is not referenced. This is useful
for forcing the copy of images referenced in external links
which are not handled by the art reference build component.
See Also